home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 117
/
FreelogNo117-OctobreNovembre2013.iso
/
Programmation
/
jedit
/
jedit5.1.0install.exe
/
{app}
/
macros
/
Interface
/
Open_Context_Menu.bsh
< prev
next >
Wrap
Text File
|
2013-07-28
|
570b
|
29 lines
/*
* Open_Context_Menu.bsh - a BeanShell macro script for
* the jEdit text editor - Opens the editor context menu
* just below and to the right of the cursor.
*
* Copyright (C) 2003 Nitsan Vardi
*
* $Id: Open_Context_Menu.bsh 9820 2007-06-17 20:59:58Z vanza $
*/
openContextMenu(){
textArea.showPopupMenu();
}
openContextMenu();
/*
Macro index data (in DocBook format)
<listitem>
<para><filename>Open_Context_Menu.bsh</filename></para>
<abstract><para>
Opens the text area context menu just below the caret.
</para></abstract>
</listitem>
*/